crypto/tls.certificateRequestMsg.certificateTypes (field)
9 uses
crypto/tls (current package)
handshake_client.go#L1196: for _, certType := range certReq.certificateTypes {
handshake_messages.go#L1703: certificateTypes []byte
handshake_messages.go#L1710: length := 1 + len(m.certificateTypes) + 2
handshake_messages.go#L1727: x[4] = uint8(len(m.certificateTypes))
handshake_messages.go#L1729: copy(x[5:], m.certificateTypes)
handshake_messages.go#L1730: y := x[5+len(m.certificateTypes):]
handshake_messages.go#L1774: m.certificateTypes = make([]byte, numCertTypes)
handshake_messages.go#L1775: if copy(m.certificateTypes, data) != numCertTypes {
handshake_server.go#L631: certReq.certificateTypes = []byte{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)